home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / netprog.zip / NETPROG.TAR / lpr / initvars.c < prev    next >
C/C++ Source or Header  |  1989-12-17  |  272b  |  11 lines

  1. /*
  2.  * Initialize the external variables.
  3.  * Some link editors (on systems other than UNIX) require this.
  4.  */
  5.  
  6. #include    "defs.h"
  7.  
  8. char    hostname[MAXHOSTNAMELEN]    = "hsi";    /* default host */
  9. char    printername[MAXHOSTNAMELEN]    = "lp";        /* default printer */
  10. int    debugflag            = 0;
  11.